func vendor/golang.org/x/crypto/curve25519.x25519

2 uses

	vendor/golang.org/x/crypto/curve25519 (current package)
		curve25519.go#L121: 	return x25519(&dst, scalar, point)
		curve25519.go#L124: func x25519(dst *[32]byte, scalar, point []byte) ([]byte, error) {